home *** CD-ROM | disk | FTP | other *** search
- /* $Id: ckmxla.h,v 1.5 91/12/15 23:18:09 rick Exp $
- * $Source: /uw/mackermit/RCS/ckmxla.h,v $
- *------------------------------------------------------------------
- * $Log: ckmxla.h,v $
- * Revision 1.5 91/12/15 23:18:09 rick
- * ut9
- *
- * Revision 1.4 91/10/21 21:43:22 fdc
- * Make it compatible with Unix version.
- *
- * Revision 1.3 91/09/12 21:51:00 rick
- * UT(3). Install on watsun
- *
- * Revision 1.2 1991/09/10 22:21:52 rick
- * Update to UTexas(2)
- *
- * Revision 1.1 1991/09/10 19:18:12 rick
- * Initial revision
- *
- *------------------------------------------------------------------
- * $Endlog$
- */
-
- /*
- File CKMXLA.H
- Language and Character Set Support for Apple Macintosh.
-
- Authors: F. da Cruz, Columbia University, 1992.
- P. Placeway, BBN, 1990.
- */
-
- /*
- Copyright (C) 1985, 1992, Trustees of Columbia University in the City of New
- York. Permission is granted to any individual or institution to use this
- software as long as it is not sold for profit. This copyright notice must be
- retained. This software may not be included in commercial products without
- written permission of Columbia University.
- */
- /* Codes for local file character sets */
-
- /* #define FC_TRANSP 254 */ /* Transparent (magic number) */
- #define FC_USASCII 0 /* ASCII */
- #define FC_1LATIN 1 /* ISO 8859-1 Latin Alphabet 1 */
- #define FC_USMAC 2 /* USA-style Apple Macintosh extended char set */
- #define FC_APPQD 2 /* Synonym for compatibility with UNIX/VMS version */
- /*
- Add many national variant Mac character sets here -- Iceland, etc...
- */
- #define MAXFCSETS 2 /* Highest file character-set number */
-